Skip to content

Enhance DevTools support with Rozenite Plugin#10328

Open
retyui wants to merge 1 commit intoTanStack:mainfrom
retyui:patch-1
Open

Enhance DevTools support with Rozenite Plugin#10328
retyui wants to merge 1 commit intoTanStack:mainfrom
retyui:patch-1

Conversation

@retyui
Copy link

@retyui retyui commented Mar 24, 2026

🎯 Changes

Updated the DevTools support section to include the Rozenite Plugin for React Native DevTools users, enhancing the available debugging options.

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm run test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

Summary by CodeRabbit

  • Documentation
    • Updated React Native DevTools support documentation with a new integration option.
    • Reorganized the list of available DevTools integration options for improved clarity.

Updated the DevTools support section to include the Rozenite Plugin for React Native DevTools users, enhancing the available debugging options.
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 24, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 24, 2026

📝 Walkthrough

Walkthrough

Updated the React Native DevTools Support documentation by introducing the Rozenite Plugin as a new integration option and renumbering the existing options accordingly. The section now includes integration details for four DevTools options instead of three.

Changes

Cohort / File(s) Summary
DevTools Documentation Update
docs/framework/react/react-native.md
Added Rozenite Plugin entry to the DevTools Support section with reference links and renumbered existing Native macOS App, Flipper Plugin, and Reactotron Plugin entries from 1–3 to 2–4.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A carrot for the docs so fine,
Rozenite joins the dev-tool line,
We hop with glee, the list rearranged,
DevTools support beautifully changed!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding Rozenite Plugin to DevTools support documentation.
Description check ✅ Passed The description follows the required template structure with all sections completed, including Changes, Checklist, and Release Impact with appropriate selections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/framework/react/react-native.md`:
- Around line 12-20: Replace the inconsistent "3rd party" phrasing with the
hyphenated "third-party" in the DevTools list entries for "Rozenite Plugin",
"Native macOS App", "Flipper Plugin", and "Reactotron Plugin" so all four
bullets use "third-party" (hyphenated) for consistent grammar and style.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e886be66-bc3b-48fa-a3a9-5423748cec71

📥 Commits

Reviewing files that changed from the base of the PR and between 1047cdc and 5ce2734.

📒 Files selected for processing (1)
  • docs/framework/react/react-native.md

Comment on lines +12 to +20
1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query

2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application:
https://github.com/LovesWorking/rn-better-dev-tools

2. **Flipper Plugin**: A 3rd party plugin for Flipper users:
3. **Flipper Plugin**: A 3rd party plugin for Flipper users:
https://github.com/bgaleotti/react-query-native-devtools

3. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use consistent “third-party” wording in the DevTools list.

On Line 12, Line 14, Line 17, and Line 20, prefer “third-party” (hyphenated) over “3rd party” for documentation consistency and grammar.

✍️ Suggested doc wording update
-1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query
+1. **Rozenite Plugin**: A third-party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query

-2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application:
+2. **Native macOS App**: A third-party app for debugging React Query in any js-based application:

-3. **Flipper Plugin**: A 3rd party plugin for Flipper users:
+3. **Flipper Plugin**: A third-party plugin for Flipper users:

-4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
+4. **Reactotron Plugin**: A third-party plugin for Reactotron users:
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query
2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application:
https://github.com/LovesWorking/rn-better-dev-tools
2. **Flipper Plugin**: A 3rd party plugin for Flipper users:
3. **Flipper Plugin**: A 3rd party plugin for Flipper users:
https://github.com/bgaleotti/react-query-native-devtools
3. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
1. **Rozenite Plugin**: A third-party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query
2. **Native macOS App**: A third-party app for debugging React Query in any js-based application:
https://github.com/LovesWorking/rn-better-dev-tools
3. **Flipper Plugin**: A third-party plugin for Flipper users:
https://github.com/bgaleotti/react-query-native-devtools
4. **Reactotron Plugin**: A third-party plugin for Reactotron users:
🧰 Tools
🪛 LanguageTool

[grammar] ~14-~14: Use a hyphen to join words.
Context: ...ck-query 2. Native macOS App: A 3rd party app for debugging React Query in a...

(QB_NEW_EN_HYPHEN)


[grammar] ~17-~17: Use a hyphen to join words.
Context: ...-dev-tools 3. Flipper Plugin: A 3rd party plugin for Flipper users: https...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/framework/react/react-native.md` around lines 12 - 20, Replace the
inconsistent "3rd party" phrasing with the hyphenated "third-party" in the
DevTools list entries for "Rozenite Plugin", "Native macOS App", "Flipper
Plugin", and "Reactotron Plugin" so all four bullets use "third-party"
(hyphenated) for consistent grammar and style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant